You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > SignalUtils Class > SignalUtils Methods > SignalUtils.MovingAverageImpulse Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalUtils.MovingAverageImpulse Method

Design an impulse response of a moving average filter.

Syntax
C#
Visual Basic
public static void MovingAverageImpulse([In] TVec Taps, int MaskSize);

Design moving average filter by initializing the Taps variable. Apply the moving average filter to your data, by passing the initialized Taps variable to the FirInit routine and then pass the FirState variable to the FirFilter routine. MaskSize defines the length of the filter in samples. 

The precision of the Taps is specified on input with Taps.FloatPrecision

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!